home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / FrontEnd / Source / GNULicense.h < prev    next >
Encoding:
Text File  |  1990-04-01  |  225 b   |  17 lines

  1. // Note: the interface to this object is NOT copyrighted, but the
  2. // implementation is.
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface GNULicense:Object
  7. {
  8.     id    gnuPanel;
  9. }
  10.  
  11. + new;
  12.  
  13. - showLicense:sender;
  14. - setGnuPanel:anObject;
  15.  
  16. @end
  17.